Array2D_GC

Undocumented in source.

Constructors

this
this(uint lengthHeight, uint lengthWidth)
Undocumented in source.

Members

Mixins

__anonymous
mixin Array2DMixin!T
Undocumented in source.

Mixed In Members

From mixin Array2DMixin!T

opApply
int opApply(int delegate(ref T) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
getWidth
int getWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
getHeight
int getHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
T[] opSlice(size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto ref opIndex(size_t i, size_t j)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto ref opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
auto opIndexAssign(T value, size_t i, size_t j)
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
size_t opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta